SftTree/OCX 7.0

SftTreeItems.AutoExpandDragDrop Property

Softel vdm, Inc.

Defines whether items are automatically expanded during an OLE drag & drop operation.

Syntax       

Get

VB.NET

Boolean = object.AutoExpandDragDrop  As Boolean

VB

Boolean = object.AutoExpandDragDrop  As Boolean

C#.NET

bool Boolean = object.AutoExpandDragDrop;

VC++

VARIANT_BOOL Boolean = object->AutoExpandDragDrop;
VARIANT_BOOL Boolean = object->GetAutoExpandDragDrop();

C

HRESULT object->get_AutoExpandDragDrop(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.AutoExpandDragDrop   : WordBool;

Put

VB.NET

object.AutoExpandDragDrop = Boolean  As Boolean

VB

object.AutoExpandDragDrop = Boolean  As Boolean

C#.NET

bool object.AutoExpandDragDrop = Boolean;

VC++

VARIANT_BOOL object->AutoExpandDragDrop = Boolean;
void object->PutAutoExpandDragDrop(VARIANT_BOOL Boolean);

C

HRESULT object->put_AutoExpandDragDrop(VARIANT_BOOL Boolean);

Delphi

object.AutoExpandDragDrop := Boolean   : WordBool;

object

A SftTreeItems object.

Boolean

Defines whether items are automatically expanded during an OLE drag & drop operation.

Boolean

Description

True

An expandable item is automatically expanded during a drag & drop operation, if the mouse cursor hovers over the item for an extended period of time.

False

Items are not automatically expanded.

Comments

The AutoExpandDragDrop property defines whether items are automatically expanded during an OLE drag & drop operation.

During a drag & drop operation, if the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandDragDrop property setting.  This applies to drag & drop operations started by a SftTree/OCX control or any other data source.  Once the drag & drop operation completes, the affected items remain expanded.

The AutoExpandDragDropInterval property defines the delay (in milliseconds) after which items are automatically expanded during an OLE drag & drop operation.

The AutoExpandHover property defines whether items are automatically expanded when the mouse hovers over an item (outside of a drag & drop operation).

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com